/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
} */
.staf-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.staf-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
}
.staf-breadcrumb a {
    color: #0056b3;
    text-decoration: none;
}
.staf-breadcrumb a:hover {
    text-decoration: underline;
}
h1 {
    color: #0056b3;
    margin-bottom: 20px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
table th, table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
table th {
    background-color: #f0f0f0;
    color: #333;
}
table tr:nth-child(even) {
    background-color: #f9f9f9;
}
table tr:hover {
    background-color: #f1f1f1;
}
@media (max-width: 768px) {
    table {
        font-size: 14px;
    }
    table th, table td {
        padding: 8px;
    }
}